FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource CapabilityStatement/FHIR Server from package nictiz.fhir.nl.stu3.zib2015#1.0.0 (109 ms)

Package nictiz.fhir.nl.stu3.zib2015
Type CapabilityStatement
Id Id
FHIR Version R3
Source https://simplifier.net/resolve?scope=nictiz.fhir.nl.stu3.zib2015@1.0.0&canonical=http://nictiz.nl/fhir/CapabilityStatement/medication-servercapabilities
Url http://nictiz.nl/fhir/CapabilityStatement/medication-servercapabilities
Version 1.0
Status draft
Date 2017-09-25
Name MedicationServer
Experimental False
Realm nl
Description This CapabilityStatement describes the minimal requirements for a server to fulfill the Medication Process use cases described for MedMij. These use cases can be found here:https://informatiestandaarden.nictiz.nl/wiki/MedMij:Vcurrent_FHIR_IG
Copyright CC0
Kind requirements

Resources that use this resource

No resources found


Resources that this resource uses

OperationDefinition
http://nictiz.nl/fhir/OperationDefinition/Medication-Overview MedicationOverview
http://nictiz.nl/fhir/SearchParameter/Medications-category Medications-category
http://nictiz.nl/fhir/SearchParameter/Medications-periodofuse Medications-periodofuse


Source

{
  "resourceType" : "CapabilityStatement",
  "url" : "http://nictiz.nl/fhir/CapabilityStatement/medication-servercapabilities",
  "version" : "1.0",
  "name" : "MedicationServer",
  "status" : "draft",
  "date" : "2017-09-25",
  "publisher" : "Nictiz",
  "contact" : [
    {
      "name" : "Nictiz",
      "telecom" : [
        {
          "system" : "email",
          "value" : "info@nictiz.nl",
          "use" : "work"
        }
      ]
    }
  ],
  "description" : "This CapabilityStatement describes the minimal requirements for a server to fulfill the Medication Process use cases described for MedMij. These use cases can be found here:https://informatiestandaarden.nictiz.nl/wiki/MedMij:Vcurrent_FHIR_IG",
  "copyright" : "CC0",
  "kind" : "requirements",
  "fhirVersion" : "3.0.1",
  "acceptUnknown" : "both",
  "format" : [
    "xml",
    "json"
  ],
  "profile" : [
    {
      "reference" : "http://fhir.nl/fhir/StructureDefinition/nl-core-patient"
    },
    {
      "reference" : "http://fhir.nl/fhir/StructureDefinition/nl-core-practitioner"
    },
    {
      "reference" : "http://fhir.nl/fhir/StructureDefinition/nl-core-organization"
    },
    {
      "reference" : "http://nictiz.nl/fhir/StructureDefinition/zib-MedicationUse"
    },
    {
      "reference" : "http://nictiz.nl/fhir/StructureDefinition/zib-MedicationAdministration"
    },
    {
      "reference" : "http://nictiz.nl/fhir/StructureDefinition/zib-AdministrationAgreement"
    },
    {
      "reference" : "http://nictiz.nl/fhir/StructureDefinition/zib-MedicationAgreement"
    },
    {
      "reference" : "http://nictiz.nl/fhir/StructureDefinition/zib-Dispense"
    },
    {
      "reference" : "http://nictiz.nl/fhir/StructureDefinition/zib-DispenseRequest"
    },
    {
      "reference" : "http://nictiz.nl/fhir/StructureDefinition/zib-Product"
    },
    {
      "reference" : "http://nictiz.nl/fhir/StructureDefinition/zib-InstructionsForUse"
    },
    {
      "reference" : "http://nictiz.nl/fhir/StructureDefinition/Bundle-MedicationOverview"
    },
    {
      "reference" : "http://nictiz.nl/fhir/StructureDefinition/MedicationOverview"
    }
  ],
  "rest" : [
    {
      "mode" : "client",
      "resource" : [
        {
          "type" : "MedicationStatement",
          "interaction" : [
            {
              "code" : "search-type"
            }
          ],
          "searchInclude" : [
            "medication"
          ],
          "searchParam" : [
            {
              "name" : "patient",
              "type" : "reference"
            },
            {
              "name" : "identifier",
              "type" : "token"
            },
            {
              "name" : "category",
              "type" : "token"
            }
          ]
        },
        {
          "type" : "MedicationDispense",
          "interaction" : [
            {
              "code" : "search-type"
            }
          ],
          "searchInclude" : [
            "medication"
          ],
          "searchParam" : [
            {
              "name" : "patient",
              "type" : "reference"
            },
            {
              "name" : "identifier",
              "type" : "token"
            },
            {
              "name" : "periodofuse",
              "definition" : "http://nictiz.nl/fhir/SearchParameter/Medications-periodofuse",
              "type" : "date"
            },
            {
              "name" : "category",
              "definition" : "http://nictiz.nl/fhir/SearchParameter/Medications-category",
              "type" : "token"
            },
            {
              "name" : "whenhandedover",
              "type" : "date"
            }
          ]
        },
        {
          "type" : "MedicationRequest",
          "interaction" : [
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "patient",
              "type" : "reference"
            },
            {
              "name" : "identifier",
              "type" : "token"
            },
            {
              "name" : "category",
              "type" : "token"
            },
            {
              "name" : "periodofuse",
              "definition" : "http://nictiz.nl/fhir/SearchParameter/Medications-periodofuse",
              "type" : "date"
            }
          ]
        },
        {
          "type" : "MedicationAdministration",
          "interaction" : [
            {
              "code" : "search-type"
            }
          ],
          "searchInclude" : [
            "medication"
          ],
          "searchParam" : [
            {
              "name" : "patient",
              "type" : "reference"
            },
            {
              "name" : "identifier",
              "type" : "token"
            },
            {
              "name" : "category",
              "definition" : "http://nictiz.nl/fhir/SearchParameter/Medications-category",
              "type" : "token"
            }
          ]
        },
        {
          "type" : "Medication",
          "interaction" : [
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "code",
              "type" : "token"
            }
          ]
        },
        {
          "type" : "List",
          "interaction" : [
            {
              "code" : "search-type"
            }
          ],
          "searchParam" : [
            {
              "name" : "patient",
              "type" : "reference"
            }
          ]
        }
      ],
      "operation" : [
        {
          "name" : "Medication-Overview",
          "definition" : {
            "reference" : "http://nictiz.nl/fhir/OperationDefinition/Medication-Overview"
          }
        }
      ]
    }
  ],
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.